home *** CD-ROM | disk | FTP | other *** search
- {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- (c) TechInsite Pty. Ltd.
- PO Box 429, Abbotsford, Melbourne. 3067 Australia
- Phone: +61 3 9419 6456
- Fax: +61 3 9419 1682
- Web: www.techinsite.com.au
- EMail: peter_hinrichsen@techinsite.com.au
-
- Created: Jan 2000
-
- Notes: Constants used to identify famlies of visitors.
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *}
- unit cAdrs;
-
- interface
- const
- cgsAdrs_Read_PK = 'Adrs_read_PK' ;
- cgsAdrs_Read_Detail = 'Adrs_read_Detail' ;
- cgsAdrs_Update = 'Adrs_Update' ;
-
- cgsGetNextOIDHigh = 'NextOIDHigh' ;
-
- implementation
-
- end.
-